home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / music / cthugha5.zip / CTHU5SRC.ZIP / ULTRAERR.H < prev    next >
Text File  |  1994-08-19  |  1KB  |  33 lines

  1. /***************************************************************************
  2. *    NAME:  ULTRAERR.H
  3. **    COPYRIGHT:
  4. **    "Copyright (c) 1992, by FORTE
  5. **
  6. **       "This software is furnished under a license and may be used,
  7. **       copied, or disclosed only in accordance with the terms of such
  8. **       license and with the inclusion of the above copyright notice.
  9. **       This software or any other copies thereof may not be provided or
  10. **       otherwise made available to any other person. No title to and
  11. **       ownership of the software is hereby transfered."
  12. ****************************************************************************
  13. *  CREATION DATE: 11/18/92
  14. *--------------------------------------------------------------------------*
  15. *     VERSION    DATE       NAME        DESCRIPTION
  16. *>    1.0    11/18/92        Original
  17. ***************************************************************************/
  18.  
  19. /* 0 WIll not be used for ANY error. AN OK return will use ULTRA_OK ... */
  20. #define ULTRA_OK            1
  21. #define BAD_NUM_OF_VOICES    2
  22. #define NO_MEMORY            3
  23. #define CORRUPT_MEM            4
  24. #define NO_ULTRA            5
  25. #define DMA_BUSY            6
  26. #define BAD_DMA_ADDR        7    /* auto init across page boundaries */
  27. #define VOICE_OUT_OF_RANGE    8    /* allocate a voice past # active */
  28. #define VOICE_NOT_FREE        9    /* voice has already been allocated */
  29. #define NO_FREE_VOICES        10    /* not any voices free */
  30. #define NO_MIXER            11  /* ICS Mixer 2101 not present */
  31.  
  32.  
  33.